home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6065 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.cstone.net!usenet
  2. From: scottv@cstone.net (Scott)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: WAVE format conversion
  5. Date: 10 Feb 1996 23:43:51 GMT
  6. Organization: Cornerstone Networks - Pure Internet!
  7. Message-ID: <4fjajn$umi@dot.cstone.net>
  8. References: <311827B2.3D57@supernet.ab.ca>
  9. NNTP-Posting-Host: dialin8.cstone.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14. In article <311827B2.3D57@supernet.ab.ca>, kev-falk@supernet.ab.ca says...
  15. >
  16. >Does anyone know of a function to read a wave file and
  17. >convert it into its numeric values?
  18. >
  19. >I am using Borland C++ 4.0 and would like to create a
  20. >function to convert WAVE files to a non standard format.
  21. >
  22. >Please reply here and to my E-Mail 
  23. >kev-falk@supernet.ab.ca
  24.  
  25. Check with the Multimedia documentation that Microsoft has put out.  You 
  26. probably will want to read the information in RIFF chunks.  There are a 
  27. series of APIs that will allow you to read in the information from the WAVE 
  28. file...then you can convert the information depending on the format 
  29. (resolution and sampling).  If you have not found the information, email me 
  30. and I will try to get the documentation examples for you.
  31.  
  32.     Good luck,
  33.     N. Scott Vann
  34.     Motivational Concepts, Inc.
  35.     Software Developement
  36.     Multimedia Training Applications
  37.  
  38.